Gestalt Selector and Response Values
You can pass thegestaltQuickDraw3DViewer
selector to theGestalt
function to determine information about the availability of the 3D Viewer.
enum { gestaltQuickDraw3DViewer = 'q3vc' }Gestalt
returns information to you by returning a long word in theresponse
parameter. Currently, the returned values are defined by constants:
enum { gestaltQ3ViewerNotAvailable = 0, gestaltQ3ViewerAvailable = 1 }Constant descriptions
gestaltQ3ViewerNotAvailable
- The 3D Viewer is not available.
gestaltQ3ViewerAvailable
- The 3D Viewer is available.